home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / lkfloor.dxr / 00026_GestionVisibl Spritmov SprtZon.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  430 b   |  13 lines

  1. on exitFrame
  2.   global ClickMov, SpritHere, SpritZone, pUp, pQuit, NewMovie, ThemeUp, ThemeDown, Step, StarStep, LastLabel
  3.   set Step to StarStep
  4.   preLoad(member "clicASB")
  5.   set NewMovie to field "ASBfield"
  6.   set ThemeUp to "ASB"
  7.   set ThemeDown to "ASB"
  8.   set the timeoutScript to "GoOn"
  9.   if the commandDown and the mouseDown and the optionDown and the shiftDown and the controlDown then
  10.     set LastLabel to "VG"
  11.   end if
  12. end
  13.